.ts-home-module-title {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ts-home-module-title-tips {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ts-home-module-title-en {
  font-size: 18px;
  font-weight: 350;
  line-height: normal;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0em;
  color: #999999;
}

.ts-home-module-title-cn-box {
  display: flex;
  justify-content: center;
  align-items: center;
}

.ts-home-module-title-cn {
  font-size: 36px;
  font-weight: bold;
  line-height: normal;
  text-align: center;
  letter-spacing: 0em;
  color: #333333;
  padding: 0 10px;
}

.ts-home-module-title-cn-line {
  width: 32px;
  height: 3px;
  background: #999999;
  margin-top: 10px;
}

.ts-home-module-title-underline {
  width: 40px;
  height: 3px;
  background: #ee7700;
  margin-top: 10px;
}

.ts-home-module-more {
  display: flex;
  justify-content: end;
  font-size: 18px;
  font-weight: normal;
  line-height: normal;
  text-align: right;
  letter-spacing: 0em;
  color: #333333;
}

/* 天枢之窗 */
.ts-news-box {
  padding: 24px 0 53px 0;
  display: flex;
  justify-content: space-between;
}

.ts-news-box-first {
}

.ts-news-box-first-img {
  width: 514px;
  height: 396px;
  object-fit: cover;
}

.ts-news-box-title {
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0em;
  color: #333333;
  padding: 0 0 10px 0;
}

.ts-news-box-title:hover {
  color: #0064de;
}

.ts-news-box-content:hover {
  color: rgba(153, 153, 153, 0.8);
}

.ts-news-box-content {
  font-size: 16px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0em;
  color: #999999;
}

.ts-news-box-list {
  display: flex;
  flex-direction: column;
  flex: auto;
  width: 100%;
  justify-content: flex-start;
}

.ts-news-box-list-item-hot-tips {
  margin: 0 20px 0 0;
  border-bottom: 1px dashed #d8d8d8;
  display: flex;
}

.ts-news-box-list-item {
  margin: 0 6px 0 20px;
  border-bottom: 1px dashed #d8d8d8;
  display: flex;
}

.ts-news-box-list-item-date {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.ts-news-box-list-item-date-day {
  font-size: 36px;
  font-weight: bold;
  line-height: normal;
  text-align: center;
  letter-spacing: 0em;
  color: #9e9e9e;
}

.ts-news-box-list-item-date-month {
  font-size: 16px;
  font-weight: 350;
  line-height: normal;
  letter-spacing: 0em;
  color: #9e9e9e;
  width: 100px;
}

.ts-news-box-list-item-content {
  flex: auto;
}

/* 时事热点 */
.ts-home-module-screen-through-current-affairs-hotspots {
  width: 100%;
  opacity: 1;
  background: #f4f8ff;
  box-sizing: border-box;
  padding-top: 50px;
}

/* 关于我们 */
.ts-home-module-screen-through-about-us {
  width: 100%;
  opacity: 1;
  background: #f4f8ff;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ts-home-module-about-us-main {
  width: 100%;
  position: relative;
  background-image: url(../../images/home/about-us-back-font.png);
  background-size: 918px 380px;
  background-repeat: no-repeat;
  background-position: bottom 86px left 0px;
  height: auto;
}

.ts-home-module-about-us-main-back-build {
  position: absolute;
  max-width: 704px;
  height: auto;
  right: 0;
  bottom: 0;
  z-index: 3;
}

.ts-home-module-about-us-main-content {
  height: 100%;
  width: 547px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.ts-home-module-about-us-main-content-title-en {
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  color: #0064de;
  margin-top: 40px;
}

.ts-home-module-about-us-main-content-title-zh {
  font-size: 24px;
  font-weight: 500;
  line-height: normal;
  color: #0064de;
}

.ts-home-module-about-us-main-content-text {
  font-size: 16px;
  font-weight: 350;
  line-height: 30px;
  text-align: justify;
  letter-spacing: 0em;
  color: #333333;
  margin-top: 30px;
}

.ts-home-module-about-us-main-content-btn-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
}

.ts-home-module-about-us-main-content-btn {
  width: 164px;
  height: 48px;
  border-radius: 402px;
  background: rgba(255, 255, 255, 0.3);
  box-sizing: border-box;
  border: 1px solid #0064de;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  text-align: justify;
  /* 浏览器可能不支持 */
  letter-spacing: 0em;
  color: #0064de;
}

.ts-home-module-about-us-main-content-btn-icon {
  width: 24px;
  height: 24px;
  background-image: url(../../images/home/about-us-btn-icon.png);
}

.ts-home-module-about-us-main-content-footer {
  width: 547px;
  height: 137px;
  opacity: 1;
  background: rgba(0, 100, 222);
  margin-top: 61px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.ts-home-module-about-us-main-content-footer-title-zh {
  font-size: 24px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0em;
  color: #ffffff;
}

.ts-home-module-about-us-main-content-footer-title-en {
  font-size: 14px;
  font-weight: 350;
  line-height: 30px;
  text-align: justify;
  /* 浏览器可能不支持 */
  letter-spacing: 0em;
  color: #ffffff;
}

.ts-home-module-about-us-main-content-footer-btn {
  width: 50px;
  height: 50px;
  background-image: url(../../images/home/about-us-footer-btn.png);
  cursor: pointer;
}

/* 天枢之礼 */

.ts-home-module-gift {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 50px;
}

.ts-home-module-gift-item {
  text-align: center;
}

.ts-home-module-gift-item-icon {
  width: 145px;
  height: 145px;
  opacity: 1;
}

/* 天枢之华 */
.ts-home-module-screen-through-hua {
  width: 100%;
  /* height: 761px; */
  opacity: 1;
  background: #f4f8ff;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ts-home-module-hua {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 24px;
  position: relative;
}

.ts-home-module-hua-item {
  width: 285px;
  height: 450px;
  border-radius: 5px;
  opacity: 1;
  background: #ffffff;
  box-sizing: border-box;
  border: 1px solid #eeeeee;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.ts-home-module-hua-item-img {
  width: 155px;
  height: 155px;
  opacity: 1;
  margin-top: 50px;
}

.ts-home-module-hua-item-text {
  font-size: 20px;
  font-weight: normal;
  line-height: normal;
  text-align: center;
  letter-spacing: 0em;
  color: #333333;
  margin-top: 47px;
}

.ts-home-module-hua-item-subtitle {
  font-size: 14px;
  font-weight: 350;
  line-height: normal;
  text-align: center;
  letter-spacing: 0em;
  color: #999999;
  margin-top: 10px;
  width: 201px;
}

.ts-home-module-hua-item-btn {
  position: absolute;
  bottom: 50px;
  border-radius: 402px;
  opacity: 1;
  background: #ffffff;
  box-sizing: border-box;
  border: 1px solid #0064de;
  width: 151px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 350;
  line-height: 30px;
  text-align: center;
  letter-spacing: 0em;
  color: #0064de;
  cursor: pointer;
}

.ts-home-module-hua-footer {
  display: flex;
  justify-content: center;
  align-items: center;
}

.ts-home-module-hua-btn {
  width: 132px;
  height: 42px;
  border-radius: 402px;
  opacity: 1;
  background: #0064de;
  font-size: 18px;
  font-weight: normal;
  line-height: normal;
  text-align: center;
  letter-spacing: 0em;
  color: #ffffff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}

.ts-home-module-hua-btn:hover {
  color: #0064de;
  background: white;
  border-color: #0064de;
  border: 1px solid #0064de;
}

@media screen and (min-width: 0px) and (max-width: 570px) {
  /* 天枢之窗 */
  .ts-news-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 24px 15px 0px 15px;
  }

  .ts-news-box-first {
    margin-bottom: 32px;
  }

  .ts-news-box-list-item {
    border-top: 1px dashed #d8d8d8;
    border-bottom: none;
    margin: 0;
    padding: 0px 0px 12px 0px;
  }

  .ts-news-box-title {
    font-size: 16px;
  }

  .ts-news-box-content {
    font-size: 14px;
  }

  .ts-news-box-list-item-date-day {
    font-size: 28px;
  }

  .ts-news-box-list-item-date-month {
    font-size: 14px;
  }

  .ts-news-box-first-img {
    max-width: 100%;
    height: auto;
    padding: 0 15px;
  }

  /* 关于我们 */
  .ts-home-module-about-us-main-content {
    width: 100%;
  }

  .ts-home-module-about-us-main-content-title-en {
    margin-top: 30px;
  }

  .ts-home-module-about-us-main-content-text {
    max-height: 118px;
  }

  .ts-home-module-screen-through-about-us {
    /* height: 925px; */
    padding: 0 15px;
  }

  .ts-home-module-about-us-main {
    background-repeat: repeat;
  }

  .ts-home-module-about-us-main-back-build {
    max-width: 100%;
    height: auto;
    position: relative;
  }

  .ts-home-module-about-us-main-content-btn-main {
    /* display: none; */
  }

  .ts-home-module-about-us-main-content-btn {
    margin-top: 16px;
    font-size: 14px;
    width: 126px;
    height: 40px;
  }

  .ts-home-module-about-us-main-content-footer {
    /* margin-top: 417px; */
    height: 96px;
    width: 100%;
  }

  /* 天枢之礼 */
  .ts-home-module-gift {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
    margin: 40px 0 50px 0;
    place-items: center;
  }

  /* 天枢之华 */
  .ts-home-module-screen-through-hua {
    width: 100%;
    /* height: 2018px; */
  }

  .ts-home-module-hua {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px;
    margin-top: 40px;
    place-items: center;
  }

  .ts-home-module-hua-item {
    width: 240px;
    height: 410px;
  }

  .ts-home-module-more {
    padding-right: 15px;
  }
}

@media screen and (min-width: 570px) and (max-width: 768px) {
  /* 天枢之窗 */
  .ts-news-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 24px 0 0px 0;
  }

  .ts-news-box-first {
    margin-bottom: 32px;
  }

  .ts-news-box-list-item {
    border-top: 1px dashed #d8d8d8;
    border-bottom: none;
    margin: 0px 6px 0 0;
  }

  .ts-news-box-first-img {
    max-width: 100%;
    height: auto;
  }

  .ts-news-box-title {
    font-size: 16px;
  }

  .ts-news-box-content {
    font-size: 14px;
  }

  .ts-news-box-list-item-date-day {
    font-size: 28px;
  }

  .ts-news-box-list-item-date-month {
    font-size: 14px;
  }

  /* 关于我们 */
  .ts-home-module-screen-through-about-us {
    /* height: 967px; */
  }

  .ts-home-module-about-us-main {
    background-repeat: repeat;
  }

  .ts-home-module-about-us-main-back-build {
    max-width: 100%;
    height: auto;
    position: relative;
  }

  .ts-home-module-about-us-main-content-btn-main {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 0;
  }

  .ts-home-module-about-us-main-content-btn {
    margin-top: 16px;
    font-size: 14px;
    width: 126px;
    height: 40px;
  }

  .ts-home-module-about-us-main-content-footer {
    /* margin-top: 234px; */
  }

  /* 天枢之礼 */
  .ts-home-module-gift {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
    margin: 40px 0 50px 0;
    place-items: center;
  }

  /* 天枢之华 */
  .ts-home-module-screen-through-hua {
    width: 100%;
    /* height: 1214px; */
  }

  .ts-home-module-hua {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
    margin-top: 40px;
  }

  .ts-home-module-hua-item {
    width: 240px;
    height: 442px;
  }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  /* 天枢之窗 */
  .ts-news-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 24px 0 0px 0;
  }

  .ts-news-box-first {
    margin-bottom: 32px;
    width: 100%;
  }

  .ts-news-box-list-item {
    border-top: 1px dashed #d8d8d8;
    border-bottom: none;
    margin: 0;
  }

  .ts-news-box-first-img {
    width: 100%;
    height: auto;
  }

  .ts-news-box-title {
    font-size: 16px;
  }

  .ts-news-box-content {
    font-size: 16px;
  }

  .ts-news-box-list-item-date-day {
    font-size: 32px;
  }

  .ts-news-box-list-item-date-month {
    font-size: 16px;
  }

  /* 关于我们 */

  .ts-home-module-about-us-main-content-btn {
    font-size: 16px;
    width: 118px;
    height: 42px;
  }

  .ts-home-module-about-us-main-content-title-en {
    margin-top: 40px;
  }

  .ts-home-module-about-us-main-content {
    width: 290px;
  }

  .ts-home-module-about-us-main-content-text {
    font-size: 12px;
    margin-top: 12px;
  }

  .ts-home-module-screen-through-about-us {
    height: 524px;
  }

  .ts-home-module-about-us-main-content-btn-main {
    display: none;
  }

  .ts-home-module-about-us-main-back-build {
    width: 456px;
    height: 370px;
  }

  .ts-home-module-about-us-main-content-footer {
    width: 260px;
    height: 90px;
    margin-top: 24px;
  }

  .ts-home-module-about-us-main-content-footer-title-zh {
    font-size: 18px;
  }

  .ts-home-module-about-us-main-content-footer-title-en {
    font-size: 12px;
  }

  .ts-home-module-about-us-main-content-footer-btn {
    background-repeat: no-repeat;
  }

  /* 天枢之礼 */
  .ts-home-module-gift {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
    margin: 40px 0 50px 0;
    place-items: center;
  }

  /* 天枢之华 */
  .ts-home-module-screen-through-hua {
    width: 100%;
    /* height: 1240px; */
  }

  .ts-home-module-hua {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
    margin-top: 40px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  /* 天枢之窗 */
  .ts-news-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 24px 0 0px 0;
  }

  .ts-news-box-first-img {
    width: 100%;
    height: auto;
  }

  .ts-news-box-list-item {
    margin: 0px 6px 0 0;
  }

  .ts-news-box-title {
    font-size: 16px;
    margin-bottom: 12px;
  }

  .ts-news-box-content {
    line-height: 1.5;
    font-size: 14px;
  }

  .ts-news-box-list-item-date-day {
    font-size: 32px;
  }

  .ts-news-box-list-item-date-month {
    font-size: 14px;
  }

  /* 关于我们 */

  .ts-home-module-about-us-main-content-btn {
    font-size: 16px;
    width: 118px;
    height: 42px;
  }

  .ts-home-module-about-us-main-content-title-en {
    margin-top: 40px;
  }

  .ts-home-module-about-us-main-content {
    width: 380px;
  }

  .ts-home-module-screen-through-about-us {
    height: 680px;
  }

  .ts-home-module-about-us-main-back-build {
    width: 650px;
    height: 526px;
  }

  .ts-home-module-about-us-main-content-footer {
    width: 314px;
    height: 120px;
    margin-top: 40px;
  }

  /* 天枢之礼 */
  .ts-home-module-gift {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
    margin: 40px 0 50px 0;
    place-items: center;
  }
}
